Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function Merge( _ ByVal comparer As IComparer(Of T), _ ByVal ParamArray enums() As IEnumerable(Of T) _ ) As IEnumerable(Of T) |
C# | |
---|---|
public static IEnumerable<T> Merge( IComparer<T> comparer, params IEnumerable<T>[] enums ) |
Parameters
- comparer
- enums
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
Reference
OrderedEnumeration<T> ClassOrderedEnumeration<T> Members
Overload List
Source Code
Library/Collections/OrderedEnumeration.csUsed By
IEnumerableIEnumerable
IEnumerable